-
-
Notifications
You must be signed in to change notification settings - Fork 398
[skip-changelog] Add query parameters to urls generated by lib commands #2034
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[skip-changelog] Add query parameters to urls generated by lib commands #2034
Conversation
Codecov ReportBase: 36.57% // Head: 36.55% // Decreases project coverage by
Additional details and impacted files@@ Coverage Diff @@
## master #2034 +/- ##
==========================================
- Coverage 36.57% 36.55% -0.02%
==========================================
Files 230 230
Lines 19353 19366 +13
==========================================
+ Hits 7079 7080 +1
- Misses 11439 11450 +11
- Partials 835 836 +1
Flags with carried forward coverage won't be shown. Click here to find out more.
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
d9924f5
to
a2bd24f
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
left some suggestions
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM 🏁
c4cc05a
to
ccc8c7f
Compare
I see a couple of problems with this PR:
|
Please check if the PR fulfills these requirements
See how to contribute
before creating one)
our contributing guidelines
UPGRADING.md
has been updated with a migration guide (for breaking changes)What kind of change does this PR introduce?
Code enhancement
What is the new behavior?
Three different query parameters have been added to the urls generated by
lib
commands likelib install
andlib upgrade
. The query parameters are:install
: which is selected when a library is installed throughlib install
;upgrade
: which is selected when a library is upgraded throughlib upgrade
;depends
: which is selected when a library dependency is installed.Does this PR introduce a breaking change, and is titled accordingly?
No